Name : stb_rect_pack-devel
| |
Version : 1.1^20241002git31707d1
| Vendor : Fedora Project
|
Release : 1.el9
| Date : 2024-10-03 03:27:49
|
Group : Unspecified
| Source RPM : stb-0^20241002git31707d1-1.el9.src.rpm
|
Size : 0.02 MB
| |
Packager : Fedora Project
| |
Summary : Simple 2D rectangle packer with decent quality
|
Description :
Useful for e.g. packing rectangular textures into an atlas. Does not do rotation.
Not necessarily the awesomest packing method, but better than the totally naive one in stb_truetype (which is primarily what this is meant to replace).
No memory allocations; uses qsort() and assert() from stdlib. Can override those by defining STBRP_SORT and STBRP_ASSERT.
This library currently uses the Skyline Bottom-Left algorithm.
Please note: better rectangle packers are welcome! Please implement them to the same API, but with a different init function.
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/epel/9/Everything/x86_64/Packages/s |